about dialog: Make labels wrap at reasonable length
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Dec 2013 21:18:07 +0000 (16:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 Dec 2013 21:18:07 +0000 (16:18 -0500)
Several labels in GtkAboutDialog are set to wrap, but
don't set a value for max-width-chars. Fix that.

gtk/gtkaboutdialog.ui

index f26c6d9f864f9209b20750654f1b96c10c2379f0..9453ec5a30f5d05b5af57f22e45aa87cb2740852 100644 (file)
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
                         <property name="no-show-all">True</property>
+                        <property name="max-width-chars">60</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
                         <property name="no_show_all">True</property>
+                        <property name="max-width-chars">60</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
                         <property name="no-show-all">True</property>
+                        <property name="max-width-chars">60</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>